home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / dev / gui / textfield.lha / TextField / Include / proto / textfield.h
Encoding:
C/C++ Source or Header  |  1994-06-27  |  224 b   |  9 lines

  1. #ifndef PROTO_TEXTFIELD_H
  2. #define PROTO_TEXTFIELD_H
  3. #include <exec/types.h>
  4. #include <intuition/classes.h>
  5. extern struct Library *TextFieldBase;
  6. Class *TEXTFIELD_GetClass(void);
  7. #include <pragmas/textfield_pragmas.h>
  8. #endif
  9.